home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // AttributeEditor
- // by Charles Lloyd
- ////////////////////////
-
-
- SubmitEdits: WOSubmitButton {
- action = processForm;
- value = "Submit Changes";
- };
-
- MyAttributeEditor: AttributeEditor {
- keyArray = localKeyArray;
- valueArray = localValueArray;
- cellPadding = cellPadding;
- cellSpacing = 0;
- borderSize = 2;
- fieldSize = 15;
- isEditable = isEditable;
- };
-
- AttributeKeys: WOString {
- value = localKeyArray;
- };
-
- AttributeValues: WOString {
- value = localValueArray;
- };
-
- ToggleEditableButton: WOSubmitButton {
- action = toggleEditable;
- value = editableString;
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "AttributeEditor";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "AttributeEditor";
- };
-